home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFSEND / TFSEND.txt
Text File  |  2006-04-19  |  2KB  |  122 lines

  1. object fSend: TfSend
  2.   Left = 298
  3.   Top = 204
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 157
  7.   ClientWidth = 365
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 8
  24.     Top = 120
  25.     Width = 347
  26.     Height = 9
  27.     Shape = bsTopLine
  28.   end
  29.   object lblPreparing: TLabel
  30.     Left = 120
  31.     Top = 17
  32.     Width = 55
  33.     Height = 13
  34.     Caption = 'lblPreparing'
  35.   end
  36.   object lblConnecting: TLabel
  37.     Left = 120
  38.     Top = 35
  39.     Width = 64
  40.     Height = 13
  41.     Caption = 'lblConnecting'
  42.   end
  43.   object lblSending: TLabel
  44.     Left = 120
  45.     Top = 54
  46.     Width = 49
  47.     Height = 13
  48.     Caption = 'lblSending'
  49.   end
  50.   object lblCompleted: TLabel
  51.     Left = 99
  52.     Top = 80
  53.     Width = 60
  54.     Height = 13
  55.     Caption = 'lblCompleted'
  56.   end
  57.   object lblPrepOk: TLabel
  58.     Left = 96
  59.     Top = 16
  60.     Width = 16
  61.     Height = 17
  62.     Caption = '?'
  63.     Font.Charset = SYMBOL_CHARSET
  64.     Font.Color = clBlack
  65.     Font.Height = -16
  66.     Font.Name = 'Wingdings'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object lblConOK: TLabel
  71.     Left = 96
  72.     Top = 34
  73.     Width = 16
  74.     Height = 17
  75.     Caption = '?'
  76.     Font.Charset = SYMBOL_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -16
  79.     Font.Name = 'Wingdings'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.   end
  83.   object lblSendOk: TLabel
  84.     Left = 96
  85.     Top = 52
  86.     Width = 16
  87.     Height = 17
  88.     Caption = '?'
  89.     Font.Charset = SYMBOL_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -16
  92.     Font.Name = 'Wingdings'
  93.     Font.Style = [fsBold]
  94.     ParentFont = False
  95.   end
  96.   object btnCancel: TButton
  97.     Left = 280
  98.     Top = 128
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'Cancel'
  102.     ModalResult = 1
  103.     TabOrder = 0
  104.     OnClick = btnCancelClick
  105.   end
  106.   object Animate1: TAnimate
  107.     Left = 8
  108.     Top = 16
  109.     Width = 16
  110.     Height = 16
  111.     Active = False
  112.     CommonAVI = aviFindComputer
  113.     StopFrame = 8
  114.   end
  115.   object PostTimer: TTimer
  116.     Enabled = False
  117.     Interval = 20000
  118.     Left = 8
  119.     Top = 128
  120.   end
  121. end
  122.